12. Python 案例研究

Python 案例研究

使用 Jupyter 记事本分析 admission_data.csv 查找下列数值 解决下列小测验

1.每个性别的比例和录取率
2.物理专业每个性别的比例和录取率
3.化学专业每个性别的比例和录取率
4.每个专业的录取率

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: jupyter
  • Opened files (when workspace is loaded): n/a

QUIZ QUESTION: :

匹配正确数值

ANSWER CHOICES:



特征

数值

0.514

0.485597

0.287938

0.486

SOLUTION:

特征

数值

0.514

0.485597

0.287938

0.486

只通过观察性别和录取率,哪些人可能在录取过程中得到青睐呢?

SOLUTION:

QUIZ QUESTION: :

匹配正确数值

ANSWER CHOICES:



特征

数值

0.926

0.742

0.516

0.121

SOLUTION:

特征

数值

0.926

0.742

0.516

0.121

在申请物理专业的学生中,哪些人可能在录取过程中受到青睐呢?

SOLUTION:

相比化学专业,哪些人可能倾向于物理专业呢?

SOLUTION:

QUIZ QUESTION: :

匹配正确数值

ANSWER CHOICES:



特征

数值

0.074

0.111

0.226

0.879

SOLUTION:

特征

数值

0.074

0.111

0.226

0.879

在申请化学专业的学生中,哪些人可能在录取过程中受到青睐呢?

SOLUTION:

相比物理专业,哪些人可能更倾向选择化学专业呢?

SOLUTION:

哪个专业录取率更低?

SOLUTION: 化学

延伸思考

QUESTION:

花一些时间组织并解释刚才发生的。

ANSWER:

你能想到辛普森悖论出现的其他情况吗?